inherited fBrowseFolder: TfBrowseFolder Left = 391 Top = 270 Caption = 'Browse Folder' ClientHeight = 293 ClientWidth = 306 PixelsPerInch = 96 TextHeight = 13 object lTitle: TLabel Left = 16 Top = 8 Width = 185 Height = 33 AutoSize = False WordWrap = True end object Label1: TLabel Left = 16 Top = 240 Width = 25 Height = 13 Caption = '&Path:' FocusControl = ePath end object lPath: TLabel Left = 88 Top = 240 Width = 159 Height = 13 Caption = 'C:\LANG\Delphi4\Projects\setup' Visible = False end object dlPath: TDirectoryListBox Left = 16 Top = 88 Width = 273 Height = 145 DirLabel = lPath ItemHeight = 16 TabOrder = 0 OnChange = dlPathChange end object dcDrives: TDriveComboBox Left = 16 Top = 56 Width = 145 Height = 19 DirList = dlPath TabOrder = 1 end object ePath: TEdit Left = 16 Top = 256 Width = 273 Height = 21 TabOrder = 2 end object bOk: TButton Left = 216 Top = 16 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 OnClick = bOkClick end object Button1: TButton Left = 216 Top = 56 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end